home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Info / For Developers / InstallerMaker™ 4.0 Installer / Customizing InstallerMaker / Scripting InstallerMaker / About Scripting IM next >
Text File  |  1997-06-02  |  2KB  |  29 lines

  1. About Scripting InstallerMaker 4.0
  2. © Copyright 1997 Aladdin Systems, Inc.
  3. -------------------------------------
  4.  
  5. This folder contains a variety of materials to help you use Open Scripting Architecture (OSA) scripting systems like AppleScript or UserLand Frontier to drive InstallerMaker. 
  6.  
  7.  
  8. What's In the Folders?
  9. ======================
  10.  
  11. Simple Build System: this folder contains a very simple system that links an InstallerMaker 3.0 archive to a FileMaker 2.1 archive.  This is a "work in progress", but should be useful to you as a source of ideas for your own build systems, or for learning how to use InstallerMaker with other applications to do complex tasks.
  12.  
  13. Text Files: AppleScripts stored as text files. Several of the scripts are quite elaborate, and we recommend browsing them to help you learn how our scripting system works.
  14.  
  15. Docs Folder: We will add a document on scripting of some kind, probably by late beta.  It will be aimed at people who are less familiar with how to script the Mac.
  16.  
  17. Other Scripts: an alias to the "Scripts" folder, which contains the compiled scripts that are displayed in the "Scripts" menu of the InstallerMaker 3.0 application.
  18.  
  19. How To Get Started
  20. ==================
  21. Scripting is mostly kind of programming, and the more programming you've done, whether it's been in HyperCard or by writing macros in packages like Excel, or whether you've studied languages like C or Pascal, all of this background will help you to design and write good scripts.  Whatever your background, the best way to get started with scripting InstallerMaker is to study other scripts, and to try writing your own.
  22.  
  23. While we can't teach you to script if you've never done this before, we can recommend a few books to help you get started.  Here are a few we've found useful here at Aladdin Systems:
  24.  
  25. 1) Complete Apple Script Handbook, 2nd. Ed.; by Danny Goodman; Random House, 1995 (?)
  26. 2) Tao of AppleScript, 2nd. Ed.; by the Berkeley Macintosh Users Group (BMUG); Hayden Publishing, 1994
  27. 3) Finder Scripting Guide; Apple; [who knows!]
  28.  
  29.